home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Shells / card_3903.txt < prev    next >
Text File  |  1989-06-08  |  882b  |  30 lines

  1. -- card: 3903 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 14368
  5. -- name: Read-Only Shell Variables 
  6.  
  7.  
  8. -- part contents for background part 7
  9. ----- text -----
  10. Environment Variables
  11.  
  12. -- part contents for background part 8
  13. ----- text -----
  14. The following variables are automatically set by the shell.  (Note that the $ is not actually part of the variable name.)
  15.  
  16. $#     number of command line arguments
  17. $?     exit value of last executed command 
  18. $$     exit process number of current process 
  19. $!     exit process number of last background command 
  20. $1...$9     arguments on command line 
  21. $*     all arguments on command line ("$1 $2...") 
  22. $@   all arguments on command line, individually quoted ("$1" "$2" ...) 
  23.  
  24. -- part contents for background part 9
  25. ----- text -----
  26. 5 of 43
  27.  
  28. -- part contents for background part 20
  29. ----- text -----
  30. Read-Only Shell Variables